Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Oct 7, 2025

Also going to move docker-compose to the root dir once this PR is ready.

@github-actions
Copy link

github-actions bot commented Oct 7, 2025

Copyright Validation Results
Total: 11 | Passed: 0 | Failed: 5 | Skipped: 6 | at: 2025-10-09 11:22:11 UTC | commit: be84796

❌ Failed Files

  • test-basic/endpoint-caller.js

    Error:

    - Copyright format does not match expected format

    Expected header:

    Copyright (c) 2015-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
    
  • test-basic/lockForUpdate-test.js

    Error:

    - Copyright format does not match expected format

    Expected header:

    Copyright (c) 2015-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
    
  • test-basic/plan-builder-generated.js

    Error:

    - Copyright format does not match expected format

    Expected header:

    Copyright (c) 2015-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
    
  • test-basic/service-caller.js

    Error:

    - Copyright format does not match expected format

    Expected header:

    Copyright (c) 2015-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
    
  • test-basic/validateDoc-test.js

    Error:

    - Copyright format does not match expected format

    Expected header:

    Copyright (c) 2015-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
    

⏭️ Skipped (Excluded) Files

  • .copyrightconfig
  • .env
  • .gitignore
  • CONTRIBUTING.md
  • Jenkinsfile
  • docker-compose.yaml

🛠️ Guidance

Follow these steps to fix the failed files:

  1. Insert the expected header at the very top (within first 20 lines) of each failed file.
  2. Ensure the year range matches the configuration (start year through current year).
  3. Do not alter spacing or punctuation in the header line.
  4. Commit and push the changes to update this check.

@rjrudin rjrudin force-pushed the feature/fix-tests branch 3 times, most recently from 0af8e7c to 36f9a4e Compare October 8, 2025 17:18
Also going to move docker-compose to the root dir once this PR is ready.
@rjrudin rjrudin force-pushed the feature/fix-tests branch from 36f9a4e to 45eda2d Compare October 8, 2025 19:01
Lots of tests failing when run against 11, understandably.

Also removed a timeout in validateDoc-test, as the timeout is being set by Jenkinsfile at the suite level.

Removed redundant lockForUpdate tests. They should pass fine, but curious to see if by removing the one that is failing, some other test randomly fails.
This is timing out in Jenkins, and Copilot thinks it has a fix.
@rjrudin rjrudin force-pushed the feature/fix-tests branch from 70da3b6 to be84796 Compare October 9, 2025 11:21
@rjrudin
Copy link
Contributor Author

rjrudin commented Oct 9, 2025

Closing, as nightly regression tests seem good.

@rjrudin rjrudin closed this Oct 9, 2025
@rjrudin rjrudin deleted the feature/fix-tests branch October 9, 2025 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants